home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / ntprog / vf_nt40 / vfwin.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1995-11-09  |  3KB  |  154 lines

  1. object Form5: TForm5
  2.   Left = 275
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'VF for Windows 95 FileFind'
  7.   ClientHeight = 371
  8.   ClientWidth = 577
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 296
  24.     Width = 111
  25.     Height = 16
  26.     Caption = 'Matches Found : '
  27.   end
  28.   object Panel2: TPanel
  29.     Left = 8
  30.     Top = 232
  31.     Width = 145
  32.     Height = 25
  33.     TabOrder = 4
  34.   end
  35.   object ProgressBar1: TProgressBar
  36.     Left = 8
  37.     Top = 256
  38.     Width = 145
  39.     Height = 9
  40.     Min = 0
  41.     Max = 65535
  42.     Step = 1
  43.     TabOrder = 7
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 208
  47.     Top = 224
  48.     Width = 361
  49.     Height = 89
  50.     Caption = 'Options'
  51.     TabOrder = 2
  52.     object CheckBox1: TCheckBox
  53.       Left = 16
  54.       Top = 16
  55.       Width = 265
  56.       Height = 17
  57.       Caption = 'Open folder containing selected file'
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'System'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.       TabOrder = 0
  64.     end
  65.     object CheckBox2: TCheckBox
  66.       Left = 16
  67.       Top = 64
  68.       Width = 289
  69.       Height = 17
  70.       Caption = 'Start selected file with associated viewer'
  71.       TabOrder = 1
  72.     end
  73.     object CheckBox3: TCheckBox
  74.       Left = 16
  75.       Top = 40
  76.       Width = 337
  77.       Height = 17
  78.       Caption = 'Open folder with explorer'
  79.       TabOrder = 2
  80.     end
  81.   end
  82.   object Button1: TButton
  83.     Left = 480
  84.     Top = 320
  85.     Width = 89
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = '&Close'
  89.     TabOrder = 0
  90.     OnClick = Button1Click
  91.   end
  92.   object Button2: TButton
  93.     Left = 384
  94.     Top = 320
  95.     Width = 89
  96.     Height = 25
  97.     Caption = 'E&xit'
  98.     TabOrder = 1
  99.     OnClick = Button2Click
  100.   end
  101.   object Panel1: TPanel
  102.     Left = 8
  103.     Top = 192
  104.     Width = 561
  105.     Height = 33
  106.     Font.Color = clBlack
  107.     Font.Height = -13
  108.     Font.Name = 'Times New Roman'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 3
  112.   end
  113.   object Panel3: TPanel
  114.     Left = 0
  115.     Top = 352
  116.     Width = 577
  117.     Height = 17
  118.     Caption = 'Doubleclicking a file / pathname will execute selected option'
  119.     Font.Color = clBlack
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 5
  125.   end
  126.   object ListBox1: TListBox
  127.     Left = 8
  128.     Top = 8
  129.     Width = 561
  130.     Height = 177
  131.     Font.Color = clBlack
  132.     Font.Height = -13
  133.     Font.Name = 'Times New Roman'
  134.     Font.Style = []
  135.     ItemHeight = 15
  136.     MultiSelect = True
  137.     ParentFont = False
  138.     Sorted = True
  139.     TabOrder = 6
  140.     OnClick = ListBox1Click
  141.     OnDblClick = ListBox1DblClick
  142.     OnKeyPress = ListBox1KeyPress
  143.   end
  144.   object Button3: TButton
  145.     Left = 288
  146.     Top = 320
  147.     Width = 91
  148.     Height = 25
  149.     Caption = 'Stop'
  150.     TabOrder = 8
  151.     OnClick = Button3Click
  152.   end
  153. end
  154.